class scope造句
例句與造句
- Class scope and its educational equitation
班級(jí)規(guī)模與教育公平 - Class scope includes all base classes
類范圍包含所有的基類。 - Class scope , if the current location is inside a c member function
類范圍,如果當(dāng)前位置在c + +成員函數(shù)內(nèi)。 - The data member is declared in class scope , but definition is performed at file scope
這個(gè)數(shù)據(jù)成員在類的作用域里面聲明,但是要在文件作用域里面定義。 - “ class scope testing corresponds with the classical definition of unit testing : exercising a relatively small software component , usually via a driver , in isolation
我認(rèn)為這段話也清楚地表明了作者認(rèn)為針對(duì)類的測(cè)試是屬于單元測(cè)試的立場(chǎng)。 - It's difficult to find class scope in a sentence. 用class scope造句挺難的
- Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup
在“表達(dá)式的語(yǔ)境中查找”的名字是被出現(xiàn)該表達(dá)式的作用域中作為非限定名稱查找的。 - Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup
由于類的名稱是被插入到其類作用域(章節(jié)9 )中,所以處理名字隱藏和查找時(shí),類的名字同樣被看作該類的成員。 - Declaration can appear only in contexts where a class declaration can appear , that is , at global scope , at package scope , or at class scope , but not inside a function or method
聲明只能出現(xiàn)在類聲明可以出現(xiàn)的上下文中(即全局范圍) 、包范圍內(nèi)或類范圍內(nèi),而不能出現(xiàn)在函數(shù)或方法中。 - Unlike actionscript 2 , methods in actionscript 3 now retain their class scope when called , even if assigned to another object and called from that object , or if used with function . call and function . apply
當(dāng)你創(chuàng)建類的時(shí)候,你除了創(chuàng)建這個(gè)類的實(shí)例外,同時(shí)也創(chuàng)建了和這個(gè)類相關(guān)的變量和方法。